@charset "utf-8"; 
/* CSS Document */
.focus-box { background-position: center; position: relative; z-index: 100;}
.focus-container { overflow: hidden; position: relative; visibility: hidden;}
.focus-container .focus-item { position: absolute; width: 100%; height: 100%; left: 0; top: 0; overflow: hidden;}
.focus-container .focus-item img { width: 100%; height: 100%; border: 0; vertical-align: top;}
.focus-title-bar { position: absolute; right: 0; bottom: 60px; z-index: 40; width: 100%; height: 50px;}
.focus-title-bg { width: 100%; height: 100%; background: #000; opacity: 0.7; filter: alpha(opacity=70);display: none;}
.focus-title { display: inline-block; white-space: nowrap; height: 50px; line-height: 50px; padding: 0 15px; color: #fff; font-size: 20px; position: absolute; right: 10%; top: 0; z-index: 50;background: url(images/title_bg.png);}
.focus-title a, .focus-text a { color: #fff; text-decoration: none;}
.focus-title a:hover, .focus-text a:hover { color: #e5e5e5; text-decoration: none;}
.focus-text-box { position: absolute; left: 30px; top: 10px; z-index: 20; width: 40%; height: 100px;}
.focus-text-bg { width: 100%; height: 100%; background: #000; opacity: 0.7; filter: alpha(opacity=70);}
.focus-text-inner { position: absolute; left: 0; top: 0; z-index: 30; height: 100%; overflow: hidden;}
.focus-text { padding: 10px; line-height: 1.5; color: #fff; font-size: 13px;}
.focus-navigation { display: block; width: 49px; text-align: center; height: 275px; line-height: 275px; text-decoration: none; color: #fff !important; font-size: 0; font-weight: bold; text-decoration: none; cursor: pointer; position: absolute; top: 50%; margin-top: -137.5px; z-index: 50; opacity: 0.4; filter: alpha(opacity=40);}
.focus-navigation:hover { font-size: 0; text-decoration: none;}
.focus-navigation:active { opacity: 1; filter: alpha(opacity=100);}
.focus-prev { left: 0px; background: url(../images/nav_left.png) no-repeat;}
.focus-next { right: 0px; background: url(../images/nav_right.png) no-repeat;}
.focus-pagination { display:none; position: absolute; right: 50%; bottom: 22px; z-index: 60; height: 15px; text-align: right; margin-right: -60px;}
.focus-page { display: inline-block; width: 15px; height: 15px; font-size: 0; text-decoration: none; overflow: hidden; border-radius: 8px; background: #fff; color: #fff; margin-right: 6px; cursor: pointer;}
.focus-page span { display: none;}
.focus-page:hover { text-decoration: none; font-size: 0; color: #fff;}
.focus-page-active { background: #1e3c6b; width: 32px;}

.focus1 .focus-title-bar { display:none !important;}
.focus1 .focus-navigation { display:none !important;}
.focus2 .focus-title-bar { display:none !important;}

/**日历**/
.sudy-pubdate { width: 58px; height: 48px; overflow: hidden;}
.sudy-pubdate span { display: block; width: 100%; font-family: Arial; font-weight: bold; text-align: center;}
.sudy-pubdate span.pubdate-year { display: none;}
.sudy-pubdate span.pubdate-month { height: 20px; line-height: 20px; font-size: 14px; color: #fff; background: #607697;}
.sudy-pubdate span.pubdate-day { height: 28px; line-height: 28px; font-size: 21px; background: #5b7091; color: #fff;}

/**选项卡**/
.sudy-tab {}
.sudy-tab .tab-menu {height: 35px;margin-left: 105px;
    margin-top: -23px;}
.sudy-tab .tab-menu li {display: inline-block;text-align: center;float: left;font-size: 16px;color: #fff;padding: 0;cursor: pointer;font-family: NotoSansHans-Medium; margin-left:3.5px;background: url(../images/backn.png) no-repeat left center;padding-left: 7px;}
.sudy-tab .tab-menu li.i1 { margin-left:0;background: none;}
.sudy-tab .tab-menu li a {color: #717171;}
.sudy-tab .tab-menu li a:hover {
    color: #1a4177;
}

/**scroll滚动**/
.sudy-scroll { position:relative;}
.sudy-scroll-wrap { position:relative; left:0; top:0; overflow:hidden;}
.sudy-scroll-nav .nav-prev,.sudy-scroll-nav .nav-next {display:block;width: 49px;height: 140px;text-align:center;line-height:24px;font-size: 0;color:#fff;cursor:pointer;position:absolute;top: 0;z-index:100;text-indent:-999px;overflow:hidden;}
.sudy-scroll-nav .nav-prev {background: url(../images/left.png) no-repeat;}
.sudy-scroll-nav .nav-next {background: url(../images/right.png) no-repeat;}
.sudy-scroll-nav .nav-prev:active { background:url(../images/left.png) no-repeat;}
.sudy-scroll-nav .nav-next:active { background:url(../images/right.png) no-repeat;}
.sudy-scroll-nav .nav-next { right:-52px;}
.sudy-scroll-nav .nav-prev {left: -58px;}
.sudy-scroll-page { width:100%; height:10px; text-align:center; position:absolute; left:0; bottom:-15px; z-index:100; display:none;}
.sudy-scroll-page .page-index { display:inline-block; width:10px; height:10px; border-radius:5px; overflow:hidden; background:#666; margin:0 3px;}
.sudy-scroll-page .active { background:#F30}
.sudy-scroll-page .page-index span { display:none;}